/* CSS Document */
	.cssDiv2{
			height:285px;
			margin-top:10px;
			width:100%;
			/*margin-left:10%;*/
			position:relative;
			background-color: white!important;
			margin-bottom:10px;
		}
		.cssDiv2_left{
			    float:left;
				height:100%;
				width:30%;
				/*background-color: rgba(237, 237, 237, 1);*/
		}
		.title1{
			padding-top:60px;
			width:80%;
			margin-left:10%;
		}
		.downContent2{
			margin-top:32px;
			width:80%;
			margin-left:10%;
		}
		.cssLeftLine2{
			width:0px;
			left:100%;
			position:absolute;
			border-right:solid;
			margin-top:20px;
			height:20px;
			margin-left:-2px;
			border-right-color:red;
		}
		.cssDiv2:hover .cssLeftLine2 {
			animation-name: lineMove;
			animation-duration: 1s;
			animation-iteration-count:1;
			animation-fill-mode:forwards;
			-webkit-animation-fill-mode:forwards; /* Safari 和 Chrome */
		}
		
		.btnGengduo{
			margin-top:50px;
			margin-left:10%;
		}
		.mtit {
			font-size: 14px;
			color: #d6d6d6;
			margin-top: 0px;
			margin-left:10%;
		}
		.cssDiv2_right {
			float:left;
			width:68%;
			height:100%;
		}
		.cssDiv2_right img{
	      position:absolute;
			right:0px;
		}

		.cssDiv2:hover .titleSpan{
			color:red;
		}


		.cssDiv2_left img{
			max-height:284px;
		}

		